.TH E1432_SET_PRE_ARM_RPM 3 E1432
.SH NAME
.nf
e1432_set_pre_arm_rpm \- Set pre-arm threshold RPM
e1432_get_pre_arm_rpm \- Get pre-arm threshold RPM
.fi
.IX e1432_set_pre_arm_rpm(3) 3
.IX e1432_get_pre_arm_rpm(3) 3
.SH SYNOPSIS
.cS
SHORTSIZ16 e1432_set_pre_arm_rpm(E1432ID hw, SHORTSIZ16 ID,
                                 FLOATSIZ32 rpm)
SHORTSIZ16 e1432_get_pre_arm_rpm(E1432ID hw, SHORTSIZ16 ID,
                                 FLOATSIZ32 *rpm)
.cE
.SH DESCRIPTION
\fIe1432_set_pre_arm_rpm\fR sets the threshold value used by the RPM
pre-arming modes of the \fIe1432_set_pre_arm_mode\fR function.

\fIe1432_get_pre_arm_rpm\fR returns the threshold pre-arm RPM into 
the variable pointed to by \fIrpm\fR.

\fIhw\fR must be the result of a successful call to
\fIe1432_assign_channel_numbers\fR, and specifies the group of
hardware to talk to.

\fIID\fR is either the ID of a group of channels that was obtained
with a call to \fIe1432_create_channel_group\fR, or the ID of a single
channel.

\fIrpm\fR specifies the threshold RPM.
.SH "RESET VALUE"
After a reset, \fIrpm\fR is set to 0.0.
.SH "RETURN VALUE"
Return 0 if successful, a (negative) error number otherwise.
.SH "SEE ALSO"
.na
e1432_get_pre_arm_rpm_limits, e1432_set_pre_arm_mode
.ad
